.Net Framework > v2.0.50727 > System > Windows > Forms > ListViewItem > ListViewItem ListViewItem()
ListViewItem(SerializationInfo,StreamingContext)
ListViewItem(String)
ListViewItem(String,Int32)
ListViewItem(String,Int32,ListViewGroup)
ListViewItem(String,String)
ListViewItem(String,String,ListViewGroup)
ListViewItem(String,ListViewGroup)
ListViewItem(String[])
ListViewItem(String[],Int32)
ListViewItem(String[],Int32,Color,Color,Font)
ListViewItem(String[],Int32,Color,Color,Font,ListViewGroup)
ListViewItem(String[],Int32,ListViewGroup)
ListViewItem(String[],String)
ListViewItem(String[],String,Color,Color,Font)
ListViewItem(String[],String,Color,Color,Font,ListViewGroup)
ListViewItem(String[],String,ListViewGroup)
ListViewItem(String[],ListViewGroup)
ListViewItem(ListViewGroup)
ListViewItem(ListViewSubItem[],Int32)
ListViewItem(ListViewSubItem[],Int32,ListViewGroup)
ListViewItem(ListViewSubItem[],String)
ListViewItem(ListViewSubItem[],String,ListViewGroup)


ListViewItem()

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with default values.
Type
void
Character
public
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(SerializationInfo,StreamingContext)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified serialization information and streaming context.
Type
void
Character
family
Parameters
NameTypeDescription
infoSerializationInfo
contextStreamingContext
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text.
Type
void
Character
public
Parameters
NameTypeDescription
textString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String,Int32)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text and the image index position of the item's icon.
Type
void
Character
public
Parameters
NameTypeDescription
textString
imageIndexInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String,Int32,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text and the image index position of the item's icon, and assigns the item to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
textString
imageIndexInt32
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String,String)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified text and image.
Type
void
Character
public
Parameters
NameTypeDescription
textString
imageKeyString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String,String,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified text, image, and group.
Type
void
Character
public
Parameters
NameTypeDescription
textString
imageKeyString
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text and assigns it to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
textString
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[])

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with an array of strings representing subitems.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],Int32)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon and an array of strings representing subitems.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageIndexInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],Int32,Color,Color,Font)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageIndexInt32
foreColorColor
backColorColor
fontFont
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],Int32,Color,Color,Font,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. Assigns the item to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageIndexInt32
foreColorColor
backColorColor
fontFont
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],Int32,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon and an array of strings representing subitems, and assigns the item to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageIndexInt32
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],String)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item and subitem text and image.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageKeyString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],String,Color,Color,Font)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the subitems containing the specified text, image, colors, and font.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageKeyString
foreColorColor
backColorColor
fontFont
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],String,Color,Color,Font,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the subitems containing the specified text, image, colors, font, and group.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageKeyString
foreColorColor
backColorColor
fontFont
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],String,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with subitems containing the specified text, image, and group.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
imageKeyString
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(String[],ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with an array of strings representing subitems, and assigns the item to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
itemsString[]
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class and assigns it to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(ListViewSubItem[],Int32)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon and an array of System.Windows.Forms.ListViewItem.ListViewSubItem objects.
Type
void
Character
public
Parameters
NameTypeDescription
subItemsListViewItem.ListViewSubItem[]
imageIndexInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(ListViewSubItem[],Int32,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon and an array of System.Windows.Forms.ListViewItem.ListViewSubItem objects, and assigns the item to the specified group.
Type
void
Character
public
Parameters
NameTypeDescription
subItemsListViewItem.ListViewSubItem[]
imageIndexInt32
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(ListViewSubItem[],String)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified subitems and image.
Type
void
Character
public
Parameters
NameTypeDescription
subItemsListViewItem.ListViewSubItem[]
imageKeyString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

ListViewItem(ListViewSubItem[],String,ListViewGroup)

Category
Constructor
Description
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified subitems, image, and group.
Type
void
Character
public
Parameters
NameTypeDescription
subItemsListViewItem.ListViewSubItem[]
imageKeyString
groupListViewGroup
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database